 
.injurybutton {

    background-color:black;

    border: none;

    color: white;

    padding: 9px 20px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 15px;

    margin: 4px 2px;

    cursor: pointer;

    display: inline-block;

    width: 190px;

    height: 40px;

}



.injuryheader{

    font-size: 18px;

    font-weight: normal;

   

}



label {

    font-size: 18px;

}



.bottomwhitspace{

    padding-bottom:5.7rem;

}

.injurytexthighlight{

    color:#428bca;

}



a:hover {
  color: white !important;
  text-decoration: none !important ;
}

.boldremove{
    font-weight: normal !important; 
    margin: 0 3px 0 3px !important;
}


.paragraphtext{
    font-size:18px;
}

.headertext{
    font-weight: 600;
    white-space:nowrap;
    font-size: 20px;
}

.beforecopytoclipboard{
    font-size: 15px !important;
    font-family: Arial, Helvetica, sans-serif !important;

}




.arrangeRFAcheckboxlabel{
    width: 200px;

    position: relative;
    left: -20px;

    display: inline-block;
    vertical-align: middle;
}

#showouput, fieldset
{
    font-size:18px !important;
}


.table-container {
    width: 100%; /* Set a specific width for the container */
    margin-left: 9%;
    max-width: 80%;
    /* margin: 0 -50px; */
    /* overflow-x: auto; Add horizontal scrollbar if content overflows */
}

.table-container table th{
    min-width: 410px; /* Set a fixed minimum width for each column */
    /* max-width: 410px; Set a fixed maximum width for each column/ */
     white-space: normal;/* Prevent text wrapping */
}

.table-responsive {
/* margin: 0 -50px; Add a negative margin to counteract the padding */
max-width: 87% !important;
}

#tableclm1{
   width: 40% !important; 
}

@media (min-width: 1900px) {
.container {
width: 90% !important;
/* max-width: 1400px !important; */


}

.table-container {
    margin-left: 10%;
    max-width: 80% !important; /* Set a specific width for the container */
    /* margin: 0 -50px; */
    /* overflow-x: auto; Add horizontal scrollbar if content overflows */
}

.highlight {
    border: 2px solid red;
    box-shadow: 1px 1px 5px red;
}

}
/* @media (min-width : 1900px){ 

.table-container {
    width: 100%; /* Set a specific width for the container */
/* background-color: red;
}

}  */

